home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-09-17 | 496 b | 22 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWGXCfg.h
- // Release Version: $ ODF 2 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWGXCFG_H
- #define FWGXCFG_H
-
- #ifdef FW_BUILD_MAC
- #define FW_SUPPORT_GX 1
- #endif
-
- #ifdef FW_BUILD_WIN
- // #define FW_SUPPORT_GX 1 Not yet!
- #endif
-
- #endif // FWGXCFG_H
-